Esx Settings Clusters Vms Solutions HostSolutionsApplyStatus
The Esx Settings Clusters Vms Solutions HostSolutionsApplyStatus schema contains properties that describe the apply status of solutions with deployment type Esx Settings Clusters Vms DeploymentType.EVERY_HOST_PINNED.
This schema was added in vSphere API 9.0.0.0.
{
"status": {
"status": "string",
"start_time": "string",
"end_time": "string"
},
"host_statuses": {
"host_statuses": {
"status": {
"status": "string",
"start_time": "string",
"end_time": "string"
},
"solution_statuses": {
"solution_statuses": {
"status": "string",
"start_time": "string",
"end_time": "string"
}
}
}
}
}
Aggregated apply status of the solutions.
This property was added in vSphere API 9.0.0.0.
missing or null
if the apply operation is not completed for solutions with deployment type Esx Settings Clusters Vms DeploymentType.EVERY_HOST_PINNED.
The apply status of the hosts that were part of the apply operation.
This property was added in vSphere API 9.0.0.0.
When clients pass a value of this schema as a parameter, the key in the property map must be an identifier for the resource type: HostSystem
. When operations return a value of this schema as a response, the key in the property map will be an identifier for the resource type: HostSystem
.